added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETControlPermissionForFiles / NoPermissionPage.aspx
blobcb6435fbfd03dee98a05df4c0393dab9d3fe94ba
1 <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="NoPermissionPage.aspx.vb" Inherits="VBASPNETControlPermissionForFiles.NoPermissionPage" %>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head runat="server">
7     <title></title>
8 </head>
9 <body>
10     <form id="form1" runat="server">
11     <div>   
12      You have no permission to access the file ,Please open the image file(only) from file list page 
13          <a href="Default.aspx">Default.aspx</a>  
14      </div>   
15     </form>
16 </body>
17 </html>